home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / AMOSList / AMOSLIST.0897 / 000234_amos-request@svcs1.digex.net_Wed Aug 13 01:04:05 1997.msg < prev    next >
Text File  |  1997-09-09  |  3KB  |  65 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id BAA09659
  3.     for <mcox@access.digex.net>; Wed, 13 Aug 1997 01:04:04 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id VAA20866
  6.     for amos-out; Tue, 12 Aug 1997 21:11:10 -0400 (EDT)
  7. Received: from mail1.access.digex.net (mail1.access.digex.net [205.197.247.2])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id VAA20863
  9.     for <amos-list@svcs1.digex.net>; Tue, 12 Aug 1997 21:11:09 -0400 (EDT)
  10. Received: from punt-1.mail.demon.net (punt-1c.mail.demon.net [194.217.242.136])
  11.     by mail1.access.digex.net (8.8.5/8.8.5) with SMTP id VAA23529
  12.     for <amos-list@access.digex.net>; Tue, 12 Aug 1997 21:11:07 -0400 (EDT)
  13. Received: from mirex.demon.co.uk ([158.152.68.125]) by punt-1.mail.demon.net
  14.            id ac1408729; 13 Aug 97 2:06 BST
  15. Received: by mirex.demon.co.uk (V1.16/Amiga)
  16.     id AA00110; Wed, 13 Aug 97 02:08:01 GMT
  17. Date: Wed, 13 Aug 97 02:08:01 GMT
  18. Message-Id: <9708130208.AA0010z@mirex.demon.co.uk>
  19. Message-Id: <24e4d7fe.u8t20e.218a4-Braneloc@mirex.demon.co.uk>
  20. In-Reply-To: <Pine.GSO.3.95.970812140708.19019D-100000@kimbark.uchicago.edu>
  21.          (from Scott Douglas Matott <sdmatott@midway.uchicago.edu>)
  22.          (at Tue, 12 Aug 1997 14:12:53 -0500 (CDT))
  23. Organization: Mirex Software
  24. Reply-To: Braneloc@mirex.demon.co.uk
  25. Website: http://www.mirex.demon.co.uk
  26. MIME-Version: 1.0
  27. Content-Type: text/plain
  28. From: Keith Hill <Braneloc@mirex.demon.co.uk>
  29. To: amos-list@access.digex.net
  30. Subject: Re: Binary Troubles...
  31. Content-Transfer-Encoding: 8bit
  32. X-MIME-Autoconverted: from quoted-printable to 8bit by svcs1.digex.net id VAA20864
  33. Status: O
  34. X-Status: 
  35.  
  36. To the one known as Scott,
  37. > that Amos Truncates my Binary numbers, so %001 becomes %1, see what I mean
  38. > it always gets rid of starting Zeros, so %101 will work but $011 won't it
  39. > becomes %11, seriously this always happens forcing me to do odd things to
  40. > get arround the problem, or to enter base ten equialents which aren't
  41. > always as obvious as these binary/Hex values.  Well any clue as to why
  42. > this happens, does it even happen to you folks?  Any ideas welcome. 
  43.  
  44. Why ?  'Cos its supposed to.  Its like writing 0000010 in base ten, which is
  45. kinda pointless when 10 will suffice.  Happens all the time to me, but that
  46. doesn't make it less annoying.
  47.  
  48. I would suggest either getting the hang of colours (or whatever) values from
  49. right to left (irritating),  or using val(" whatever ").  Personally, I go
  50. for the right to left approach.  Warning: Val doesn't always work compiled. 
  51. 99% of the time only.
  52.  
  53. Alternatively, get hold of easylife, and declare __blue=$f, __green=$f0,
  54. __red=$f00, (etc) as constants then use the names until compile time, then
  55. optimise it.  That'll work.  Well, y'don't need easylife to do that, but the
  56. optimiser makes it usefull for that purpose.
  57.  
  58. Ah well.  Not a very usefull reply.  
  59.  
  60.  _   _   _        _     _   _     |  
  61. |_> |_| |_| |\ | |_ |  | | /   |  |  "There's trouble in Angel Grove Zordon !"
  62. |_> | \ | | | \| |_ |_ |_| \_  .  | 
  63.                                   |  
  64.                     --------------+---------------
  65.                      http://www.mirex.demon.co.uk